Spread Windows Forms 12.0 Product Documentation
Clone Method (ICloneable<T>)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ICloneable<T> Interface : Clone Method
Creates a new object that is a copy of the current instance.
Syntax
'Declaration
 
Function Clone() As T
'Usage
 
Dim instance As ICloneable(Of T)
Dim value As T
 
value = instance.Clone()
T Clone()

Return Value

A new object that is a copy of this instance.
See Also

Reference

ICloneable<T> Interface
ICloneable<T> Members